home *** CD-ROM | disk | FTP | other *** search
- Path: oliv.informatik.uni-bonn.de!malerz
- From: malerz@athene.informatik.uni-bonn.de (Andreas Malerz)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Need Help with V39 GFX
- Date: 16 Jan 1996 13:04:59 GMT
- Organization: Rheinische Friedrich-Wilhelms-Universit"at Bonn, Institut
- Message-ID: <4dg7pr$7jj@apoll.informatik.uni-bonn.de>
- NNTP-Posting-Host: oliv.informatik.uni-bonn.de
- X-Newsreader: TIN [version 1.2 PL2]
-
- Hi.
-
- Recently, I read about the possibility to open a second screen and force it
- just to set the first color, the rest is taken from the above screen.
-
- This would be a great thing for me. If I open a normal screen, the ISG
- (inter-screen-gap) is about 6 lines high, which is definitly too much.
-
- I would like to do the following:
-
- *********************
- * *
- * *
- * Screen 1 * <-- normal screen with 256 colors
- * (256 colors) *
- * *
- *********************
- %%%%%%%%%%%%%%%%%%%%% <-- InterScreenGap, should be as small as
- ##################### possible, preferably only one line.
- # #
- # Screen 2 #
- # (256 colors) # <-- only color 0 is set, the rest is taken
- # # from the above screen
- #####################
-
- As far as I know, this could be done by using a special taglist in the
- OpenScreenTags()-function, which is passed to VideoControl() or so.
-
- Could anybody tell me, how this is done? Please mail me a source...
-
- Thanks in advance, Andy.
-